google.golang.org/grpc/internal/transport.bufConn.SetDeadline (method, view implemented interface methods)
14 uses
google.golang.org/grpc
server.go#L970: rawConn.SetDeadline(time.Now().Add(s.opts.connectionTimeout))
server.go#L974: rawConn.SetDeadline(time.Time{})
crypto/tls
conn.go#L144: return c.conn.SetDeadline(t)
github.com/jackc/pgx/v5/pgconn
pgconn.go#L739: pgConn.conn.SetDeadline(deadline)
pgconn.go#L2886: h.Conn.SetDeadline(time.Now().Add(h.DeadlineDelay))
pgconn.go#L2890: h.Conn.SetDeadline(time.Time{})
pgconn.go#L2914: h.Conn.conn.SetDeadline(deadline)
pgconn.go#L2942: h.Conn.conn.SetDeadline(time.Time{})
net
dnsclient_unix.go#L190: c.SetDeadline(d)
net.go#L168: SetDeadline(t time.Time) error
net/http
server.go#L325: rwc.SetDeadline(time.Time{})
socks_bundle.go#L33: c.SetDeadline(deadline)
socks_bundle.go#L34: defer c.SetDeadline(socksnoDeadline)
socks_bundle.go#L48: c.SetDeadline(socksaLongTimeAgo)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)